home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4173 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  989 b 

  1. Path: inforamp.net!usenet
  2. From: zzsc2@inforamp.net (Stephen Cramp)
  3. Newsgroups: comp.lang.c++
  4. Subject: Exception handling of Access Violation's
  5. Date: Sun, 28 Jan 1996 17:15:32 GMT
  6. Organization: Dolphin Systems Inc.
  7. Message-ID: <4egah0$gnd@sam.inforamp.net>
  8. Reply-To: stephenc@idirect.com
  9. NNTP-Posting-Host: ts14-02.tor.inforamp.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. I am attempting to trap an Access Violation using the exception
  13. handling in VC4 with no success.  Either I get it to compile without
  14. complaining and it does nothing or I can an error about "unwinding".
  15. I am trying to use __try and __catch for this.
  16.  
  17. Is this the correct method?  I followed the online doc's but got
  18. nowhere.
  19.  
  20. Steve
  21.  
  22. --------------------------------------------------
  23. Stephen Cramp              Developers of dsSocket
  24. Dolphin Systems Inc.       TCP/IP custom control
  25. (905) 838-2896             stephenc@dolphinsys.com
  26. Demo on http://www.dolphinsys.com
  27. --------------------------------------------------
  28.  
  29.